From 936f3f1ad9ced90199e01ffeb6f812d6d8867063 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Aug 2020 16:22:59 -0400 Subject: [PATCH] Explicitly set grid positions in the ui file We were outsmarted by a combination of gtk-builder-tool removing default values and GtkGrid guessing good values for omitted properties. Fixes: #3080 --- demos/widget-factory/widget-factory.ui | 2 ++ 1 file changed, 2 insertions(+) diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui index 8a43c1a11b..0e4b0facdf 100644 --- a/demos/widget-factory/widget-factory.ui +++ b/demos/widget-factory/widget-factory.ui @@ -3140,6 +3140,7 @@ bad things might happen. 1 1 + 0 @@ -3166,6 +3167,7 @@ bad things might happen. 1 + 0 1 2 -- 2.30.2